home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / nihcl-30.lha / nihcl-3.0 / test / array.v < prev    next >
Text File  |  1990-05-19  |  213b  |  31 lines

  1.  
  2. Test class ArrayOb
  3. (1,2)
  4. (3,4)
  5. (0,1)
  6. NIL
  7. NIL
  8. NIL
  9. NIL
  10. NIL
  11. NIL
  12. NIL
  13. t = (1,2)
  14. (3,4)
  15. t == u: 1
  16. t.isEqual(u): 1
  17. t.isEqual(v): 0
  18. t.compare(u): 0
  19. t.compare(v): -1
  20. v.compare(t): 1
  21. NIL
  22. NIL
  23. NIL
  24. NIL
  25. NIL
  26. NIL
  27. NIL
  28. NIL
  29. NIL
  30. NIL
  31.